forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Update 23 diciembre 2020 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Included in STM32CubeL1 FW v1.10.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix typo on TIM13_BASE in IRQ handler.
Add requestFrom(uint8_t address, size_t quantity, bool sendStop)
#800 introduced a regression on analog pins Ax usage as CS pin. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
https://github.com/stm32duino/ArduinoModule-CMSIS/releases/tag/5.6.0 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
https://github.com/stm32duino/ArduinoModule-CMSIS/releases/tag/5.7.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…stEvent() as Slave
…/no stop condition is sent in slave mode
Included in STM32CubeF1 FW v1.8.3 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Wire fixes for repeated start(slave) and multiple .write in onRequestEvent()
Update STM32 F1 and F2 HAL drivers
Included in STM32CubeF4 FW v1.25.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Have to be fixed in STM32CubeF4: STMicroelectronics/STM32CubeF4#36 Signed-off-by: Michael Sharman <michael@thecodesharman.com.au> Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL1 FW v1.10.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32 F4 and L1 HAL drivers
Was impossible to change the UART IRQ's priority externally. Now only set once upon initialization.
Included in STM32CubeMP1 FW 1.3.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeMP1 FW 1.3.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
use: -a <new_serie_to_add ex: l5> Signed-off-by: Francois Ramu <francois.ramu@st.com> Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
When assert is activated there may be assert failed, specially when using Tone or Servo with TIM6 or TIM7. "assert_param(IS_TIM_CC1_INSTANCE(htim->Instance));" This is due to the fact that when using timer instances without output (like TIM6 and TIM7 specially used for Tone and Servo) in TIMER_OUTPUT_COMPARE mode, the API setMode() requires a channel, even if it is not used. This was made like this to simplify the HardwareTimer driver, and there is no functional issue, but as there is an assert failed reported when assert is activated, this should be fixed. TIMER_OUTPUT_COMPARE becomes obsolete, but kept for compatibility reason. When only timing configuration is needed, no need to set mode, just keep the default TIMER_DISABLED. Fixes #1244 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Included in STM32CubeF3 FW v1.11.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF3 FW v1.11.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Exit if STM32 serie to add already exists Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Depending of the OS order was not the same. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL0 FW v1.12.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeL0 FW v1.12.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F3 HAL and CMSIS drivers
Included in STM32CubeF0 FW v1.11.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF0 FW v1.11.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
…rce File Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32L0 HAL and CMSIS drivers
Update STM32F0 HAL and CMSIS drivers
Available in some STM32H7 mcu Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This will introduce LPUART2 management. Kept 0 for backward compatibility. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
[U(S)ART] hardening
Included in STM32CubeWB FW v1.10.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeWB FW v1.10.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Replace RCC_RFWKPCLKSOURCE_LSI by RCC_RFWKPCLKSOURCE_LSE Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32WB HAL and CMSIS drivers
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request template
Please, Make sure that your PR is not a duplicate.
Search among the Pull request before creating one.
IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.
Thanks for submitting a pull request.
Please provide enough information so that others can review your pull request:
Summary
This PR fixes/implements the following bugs/features
Explain the motivation for making this change. What existing problem does the pull request solve?
Validation
Code formatting
Closing issues
Fixes #xxx